home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-16 | 1.4 KB | 55 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = NXplot3d
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Icon.tiff
- LOCAL_RESOURCES = Help
-
- GLOBAL_RESOURCES = plot3d.nib box.tiff boxS.tiff cyl.tiff cylS.tiff\
- downleft.tiff Icon.tiff left.tiff meicon.tiff\
- mesh.tiff meshS.tiff off.tiff offS.tiff plot3d.tiff\
- pyr.tiff pyrS.tiff sphere.tiff sphereS.tiff\
- spherical.tiff sphericalS.tiff torus.tiff\
- torusS.tiff contour.sl contour.slo title.3d
-
- CLASSES = DensView.m Expression.m PControl.m Plot3DView.m PlotShape.m
-
- HFILES = DensView.h exprDefs.h Expression.h PControl.h Plot3DView.h\
- PlotShape.h
-
- MFILES = NXplot3d_main.m
-
- OTHERSRCS = expr.ym Makefile.postamble Makefile.preamble token.lm
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = /LocalApps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Icon.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-